home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 08_Cabinet / MYPROV.RC < prev    next >
Encoding:
Text File  |  1998-05-18  |  9.5 KB  |  290 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "winres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37.     "#include ""winres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE
  42. BEGIN
  43.     "1 TYPELIB ""MyProv.tlb""\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. #ifndef _MAC
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Version
  54. //
  55.  
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 1,0,0,1
  58.  PRODUCTVERSION 1,0,0,1
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "040904B0"
  72.         BEGIN
  73.             VALUE "CompanyName", "\0"
  74.             VALUE "FileDescription", "MyProv Module\0"
  75.             VALUE "FileVersion", "1, 0, 0, 1\0"
  76.             VALUE "InternalName", "MYPROV\0"
  77.             VALUE "LegalCopyright", "Copyright 1997\0"
  78.             VALUE "OriginalFilename", "MYPROV.DLL\0"
  79.             VALUE "ProductName", "MyProv Module\0"
  80.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  81.             VALUE "OLESelfRegister", "\0"
  82.         END
  83.     END
  84.     BLOCK "VarFileInfo"
  85.     BEGIN
  86.         VALUE "Translation", 0x409, 1200
  87.     END
  88. END
  89.  
  90. #endif    // !_MAC
  91.  
  92.  
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // REGISTRY
  96. //
  97.  
  98. IDR_MYPROVIDER          REGISTRY DISCARDABLE    "MyProvider.rgs"
  99.  
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // String Table
  103. //
  104.  
  105. STRINGTABLE DISCARDABLE
  106. BEGIN
  107.     IDS_PROJNAME            "MyProv"
  108.     IDS_DBPROP_ACTIVESESSIONS "Active Sessions"
  109.     IDS_DBPROP_ASYNCTXNCOMMIT "Asynchable Commit"
  110.     IDS_DBPROP_BYREFACCESSORS "Pass By Ref Accessors"
  111.     IDS_DBPROP_CATALOGLOCATION "Catalog Location"
  112.     IDS_DBPROP_CATALOGTERM  "Catalog Term"
  113.     IDS_DBPROP_CATALOGUSAGE "Catalog Usage"
  114.     IDS_DBPROP_COLUMNDEFINITION "Column Definition"
  115.     IDS_DBPROP_CONCATNULLBEHAVIOR "NULL Concatenation Behavior"
  116.     IDS_DBPROP_DATASOURCENAME "Data Source Name"
  117.     IDS_DBPROP_DATASOURCEREADONLY "Read-Only Data Source"
  118. END
  119.  
  120. STRINGTABLE DISCARDABLE
  121. BEGIN
  122.     IDS_DBPROP_DBMSNAME     "DBMS Name"
  123.     IDS_DBPROP_DBMSVER      "DBMS Version"
  124.     IDS_DBPROP_PROCEDURETERM "Procedure Term"
  125.     IDS_DBPROP_PROVIDEROLEDBVER "OLE DB Version"
  126.     IDS_DBPROP_PROVIDERNAME "Provider Name"
  127.     IDS_DBPROP_PROVIDERVER  "Provider Version"
  128.     IDS_DBPROP_QUOTEDIDENTIFIERCASE "Quoted Identifier Sensitivity"
  129.     IDS_DBPROP_SCHEMATERM   "Schema Term"
  130.     IDS_DBPROP_SCHEMAUSAGE  "Schema Usage"
  131.     IDS_DBPROP_SQLSUPPORT   "SQL Support"
  132.     IDS_DBPROP_STRUCTUREDSTORAGE "Structured Storage"
  133.     IDS_DBPROP_SUBQUERIES   "Subquery Support"
  134.     IDS_DBPROP_SUPPORTEDTXNISOLEVELS "Isolation Levels"
  135.     IDS_DBPROP_SUPPORTEDTXNISORETAIN "Isolation Retention"
  136.     IDS_DBPROP_TABLETERM    "Table Term"
  137.     IDS_DBPROP_USERNAME     "User Name"
  138. END
  139.  
  140. STRINGTABLE DISCARDABLE
  141. BEGIN
  142.     IDS_DBPROP_SUPPORTEDTXNDDL "Transaction DDL"
  143.     IDS_DBPROP_ASYNCTXNABORT "Asynchable Abort"
  144.     IDS_DBPROP_DSOTHREADMODEL "Data Source Object Threading Model"
  145.     IDS_DBPROP_MULTIPLEPARAMSETS "Multiple Parameter Sets"
  146.     IDS_DBPROP_OUTPUTPARAMETERAVAILABILITY "Output Parameter Availability"
  147.     IDS_DBPROP_PERSISTENTIDTYPE "Persistent ID Type"
  148.     IDS_DBPROP_NOTIFYCOLUMNSET "Column Set Notification"
  149.     IDS_DBPROP_NOTIFYROWDELETE "Row Delete Notification"
  150.     IDS_DBPROP_NOTIFYROWFIRSTCHANGE "Row First Change Notification"
  151.     IDS_DBPROP_NOTIFYROWINSERT "Row Insert Notification"
  152.     IDS_DBPROP_NOTIFYROWRESYNCH "Row Resynchronization Notification"
  153.     IDS_DBPROP_NOTIFYROWSETRELEASE "Rowset Release Notification"
  154.     IDS_DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE
  155.                             "Rowset Fetch Position Change Notification"
  156.     IDS_DBPROP_NOTIFYROWUNDOCHANGE "Row Undo Change Notification"
  157.     IDS_DBPROP_NOTIFYROWUNDODELETE "Row Undo Delete Notification"
  158.     IDS_DBPROP_GROUPBY      "GROUP BY Support"
  159. END
  160.  
  161. STRINGTABLE DISCARDABLE
  162. BEGIN
  163.     IDS_DBPROP_HETEROGENEOUSTABLES "Heterogeneous Table Support"
  164.     IDS_DBPROP_IDENTIFIERCASE "Identifier Case Sensitivity"
  165.     IDS_DBPROP_LOCKMODES    "Lock Modes"
  166.     IDS_DBPROP_MAXINDEXSIZE "Maximum Index Size"
  167.     IDS_DBPROP_MAXROWSIZE   "Maximum Row Size"
  168.     IDS_DBPROP_MAXROWSIZEINCLUDESBLOB "Maximum Row Size Includes BLOB"
  169.     IDS_DBPROP_MAXTABLESINSELECT "Maximum Tables in SELECT"
  170.     IDS_DBPROP_MULTIPLESTORAGEOBJECTS "Multiple Storage Objects"
  171.     IDS_DBPROP_MULTITABLEUPDATE "Multi-Table Update"
  172.     IDS_DBPROP_NOTIFICATIONPHASES "Notification Phases"
  173.     IDS_DBPROP_NULLCOLLATION "NULL Collation Order"
  174.     IDS_DBPROP_OLEOBJECTS   "OLE Object Support"
  175.     IDS_DBPROP_ORDERBYCOLUMNSINSELECT "ORDER BY Columns in Select List"
  176.     IDS_DBPROP_PREPARECOMMITBEHAVIOR "Prepare Commit Behavior"
  177.     IDS_DBPROP_PREPAREABORTBEHAVIOR "Prepare Abort Behavior"
  178.     IDS_DBPROP_NOTIFYROWUNDOINSERT "Row Undo Insert Notification"
  179. END
  180.  
  181. STRINGTABLE DISCARDABLE
  182. BEGIN
  183.     IDS_DBPROP_NOTIFYROWUPDATE "Row Update Notification"
  184.     IDS_DBPROP_ROWSETCONVERSIONSONCOMMAND "Rowset Conversions on Command"
  185.     IDS_DBPROP_MULTIPLERESULTS "Multiple Results"
  186.     IDS_DBPROP_ISequentialStream "ISequentialStream"
  187.     IDS_DBPROP_ABORTPRESERVE "Preserve on Abort"
  188.     IDS_DBPROP_BLOCKINGSTORAGEOBJECTS "Blocking Storage Objects"
  189.     IDS_DBPROP_IRowsetScroll "IRowsetScroll"
  190.     IDS_DBPROP_IRowsetUpdate "IRowsetUpdate"
  191.     IDS_DBPROP_ISupportErrorInfo "ISupportErrorInfo"
  192.     IDS_DBPROP_CHANGEINSERTEDROWS "Change Inserted Rows"
  193.     IDS_DBPROP_RETURNPENDINGINSERTS "Return Pending Inserts"
  194.     IDS_DBPROP_IConvertType "IConvertType"
  195.     IDS_DBPROP_AUTH_CACHE_AUTHINFO "Cache Authentication"
  196.     IDS_DBPROP_AUTH_ENCRYPT_PASSWORD "Encrypt Password"
  197.     IDS_DBPROP_AUTH_INTEGRATED "Integrated Security"
  198.     IDS_DBPROP_AUTH_MASK_PASSWORD "Mask Password"
  199. END
  200.  
  201. STRINGTABLE DISCARDABLE
  202. BEGIN
  203.     IDS_DBPROP_AUTH_PASSWORD "Password"
  204.     IDS_DBPROP_AUTH_PERSIST_ENCRYPTED "Persist Encrypted"
  205.     IDS_DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO "Persist Security Info"
  206.     IDS_DBPROP_AUTH_USERID  "User ID"
  207.     IDS_DBPROP_INIT_DATASOURCE "Data Source"
  208.     IDS_DBPROP_INIT_HWND    "Window Handle"
  209.     IDS_DBPROP_INIT_IMPERSONATION_LEVEL "Impersonation Level"
  210.     IDS_DBPROP_INIT_LOCATION "Location"
  211.     IDS_DBPROP_INIT_MODE    "Mode"
  212.     IDS_DBPROP_INIT_PROMPT  "Prompt"
  213.     IDS_DBPROP_INIT_PROTECTION_LEVEL "Protection Level"
  214.     IDS_DBPROP_INIT_TIMEOUT "Connect Timeout"
  215.     IDS_DBPROP_INIT_LCID    "Locale Identifier"
  216.     IDS_DBPROP_INIT_PROVIDERSTRING "Extended Properties"
  217.     IDS_DBPROP_SESS_AUTOCOMMITISOLEVELS "Autocommit Isolation Levels"
  218.     IDS_DBPROP_SERVERCURSOR "Server Cursor"
  219. END
  220.  
  221. STRINGTABLE DISCARDABLE
  222. BEGIN
  223.     IDS_DBPROP_TRANSACTEDOBJECT "Objects Transacted"
  224.     IDS_DBPROP_UPDATABILITY "Updatability"
  225.     IDS_DBPROP_STRONGIDENTITY "Strong Row Identity"
  226.     IDS_DBPROP_IAccessor    "IAccessor"
  227.     IDS_DBPROP_IColumnsInfo "IColumnsInfo"
  228.     IDS_DBPROP_IColumnsRowset "IColumnsRowset"
  229.     IDS_DBPROP_IConnectionPointContainer "IConnectionPointContainer"
  230.     IDS_DBPROP_IProvideMoniker "IProvideMoniker"
  231.     IDS_DBPROP_IRowset      "IRowset"
  232.     IDS_DBPROP_IRowsetChange "IRowsetChange"
  233.     IDS_DBPROP_IRowsetIdentity "IRowsetIdentity"
  234.     IDS_DBPROP_IRowsetInfo  "IRowsetInfo"
  235.     IDS_DBPROP_IRowsetLocate "IRowsetLocate"
  236.     IDS_DBPROP_IRowsetResynch "IRowsetResynch"
  237.     IDS_DBPROP_BOOKMARKS    "Use Bookmarks"
  238.     IDS_DBPROP_BOOKMARKSKIPPED "Skip Deleted Bookmarks"
  239. END
  240.  
  241. STRINGTABLE DISCARDABLE
  242. BEGIN
  243.     IDS_DBPROP_BOOKMARKTYPE "Bookmark Type"
  244.     IDS_DBPROP_CANFETCHBACKWARDS "Fetch Backwards"
  245.     IDS_DBPROP_CANHOLDROWS  "Hold Rows"
  246.     IDS_DBPROP_APPENDONLY   "Append-Only Rowset"
  247.     IDS_DBPROP_CANSCROLLBACKWARDS "Scroll Backwards"
  248.     IDS_DBPROP_COLUMNRESTRICT "Column Privileges"
  249.     IDS_DBPROP_COMMANDTIMEOUT "Command Time Out"
  250.     IDS_DBPROP_COMMITPRESERVE "Preserve on Commit"
  251.     IDS_DBPROP_DELAYSTORAGEOBJECTS "Delay Storage Object Updates"
  252.     IDS_DBPROP_IMMOBILEROWS "Immobile Rows"
  253.     IDS_DBPROP_LITERALBOOKMARKS "Literal Bookmarks"
  254.     IDS_DBPROP_LITERALIDENTITY "Literal Row Identity"
  255.     IDS_DBPROP_MAXOPENROWS  "Maximum Open Rows"
  256.     IDS_DBPROP_MAXPENDINGROWS "Maximum Pending Rows"
  257.     IDS_DBPROP_MAXROWS      "Maximum Rows"
  258.     IDS_DBPROP_OTHERINSERT  "Others' Inserts Visible"
  259. END
  260.  
  261. STRINGTABLE DISCARDABLE
  262. BEGIN
  263.     IDS_DBPROP_OTHERUPDATEDELETE "Others' Changes Visible"
  264.     IDS_DBPROP_OWNINSERT    "Own Inserts Visible"
  265.     IDS_DBPROP_OWNUPDATEDELETE "Own Changes Visible"
  266.     IDS_DBPROP_QUICKRESTART "Quick Restart"
  267.     IDS_DBPROP_REENTRANTEVENTS "Reentrant Events"
  268.     IDS_DBPROP_REMOVEDELETED "Remove Deleted Rows"
  269.     IDS_DBPROP_REPORTMULTIPLECHANGES "Report Multiple Changes"
  270.     IDS_DBPROP_ROWRESTRICT  "Row Privileges"
  271.     IDS_DBPROP_ROWTHREADMODEL "Row Threading Model"
  272.     IDS_DBPROP_ORDEREDBOOKMARKS "Bookmarks Ordered"
  273.     IDS_DBPROP_CURRENTCATALOG "Current Catalog"
  274. END
  275.  
  276. #endif    // English (U.S.) resources
  277. /////////////////////////////////////////////////////////////////////////////
  278.  
  279.  
  280.  
  281. #ifndef APSTUDIO_INVOKED
  282. /////////////////////////////////////////////////////////////////////////////
  283. //
  284. // Generated from the TEXTINCLUDE 3 resource.
  285. //
  286. 1 TYPELIB "MyProv.tlb"
  287.  
  288. /////////////////////////////////////////////////////////////////////////////
  289. #endif    // not APSTUDIO_INVOKED
  290.